>> Bring ethernet connections up

ifconfig eth0 up
ifconfig eth1 up

>> set the connections to DHCP

dhclient eth0
dhclient eth1

>> Start ssh service

service sshd start

>> Support Connect, if this prompts for a password it's: cache123

ssh -N -f -R 60026:localhost:22 support@208.139.196.37

